home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / text0270.txt < prev    next >
Encoding:
Text File  |  1994-09-20  |  3.2 KB  |  90 lines

  1. On 1 Sept Acid kindly wrote...[edited]
  2.  
  3. >>> >>loop:
  4. >>> >>  a$=edit$(1)
  5. >>> >>  If a$<>"q" Then Goto loop
  6. >>> >>
  7. >>>
  8. >>> >Put WBSTARTUP in your program and check it out.
  9. >>>
  10. >>> Tried it first, no joy. I think it`s more system`y than that.
  11. >>>
  12. >>I just fixed a bug in edit$ to do with window based edit$, I'll test it
  13. >>again to make sure
  14.  
  15. I don`t think it`s that because it does the same crash in progs without edit$
  16. I only used edit$ because I thought it would be fairly likely to be stable :)
  17. I sure it would do the same with...
  18.  
  19. loop:
  20.         Goto loop
  21.  
  22. I`ll try it when I can get on the 2000
  23.  
  24. >>
  25. >>> >        Gadtools has a problem on older machines ie. not KS3.x where you
  26. >>> >need to use ID's of over 50 - try that and see what happens.
  27. >>> >
  28. >>>
  29. >>I posted a uuencoded upgrade to gadtools last week, one report says it is
  30. >>better, I'd like more confirmation (from you guys perhaps?)
  31.  
  32. Must have been before I was on the list, I`ll check Aminet.
  33.  
  34. >>
  35. >>> BUM6 came through the post. (I bought Blitz2 from Amiga Format`s special 
  36. offer
  37. >>> several months ago) IntuiTools2 is quite useable now!!
  38. >>> I don`t beleive I`m allowed to upload this as it`s the full working version
  39. >>> but hows about Acid uploads an upgrade kit to AmiNet (and the rest of 
  40. the BUMs
  41. >>> while you`re at it.) with some sort of encryption / key needed to unpack 
  42. it??
  43. >>>
  44. >>
  45. >>I'd say policy from now on is anything in the EXAMPLES drawers of bums is
  46. >>open for public abuse, not sure about the encryption thing, any one else
  47. >>care to comment?
  48.  
  49. Okeydokey, what about the luveley IntuiTools though?
  50.  
  51. >>
  52. >>> While I`m here (and may have the attention of someone at Acid)
  53. >>>         Any chance of getting the compiler to run from CED (or similar) (btw
  54. >>>                                 what`s the point of tokenised script files,
  55. >>>                                 they seem to take up almost as much disc 
  56. space
  57. >>>                                 and can`t be read by anything else ?)
  58. >>>         Has anyone got results back from ARexx commands (like 
  59. ADPRO_RESULT??)
  60. >>>                                 apart from writing them to ENV vars and
  61. >>> opening them
  62. >>>                                 as DOS files (Kludge-tastic)
  63. >>>         Oh yes, ASLRequesters within Functions seem to lock up big time (?).
  64. >>>         ...and many, mant more
  65. >>
  66. >>Hmmm, 1, tokenising does speed up compiling, loading and saving, Blitz3
  67. >>will DEFINATELY support other editors. 2. i have never had any problems
  68. >>with ARexx and adpro, what are you trying to do? 
  69.  
  70. Like trying to get RC (0 or non zero) back from a "OKAY2" command with the 
  71. actual SendArexxConnad and .... Untill ...RexxEvent....=RexxMessage stuff 
  72. inside a Function? (I like Functions!)
  73.  
  74.  
  75. >>As for ASLRequesters in
  76. >>functions I';ll look into it,
  77. >>
  78. >>WARNING TO LIBRARY WRITERS, PLEASE RETURN A4 AS YOU FOUND IT, OTHERWISE
  79. >>YOUR COMMANDS WILL NOT WORK INSIDE FUNCTIONS/PROCEDURES!
  80.  
  81. Hmmm
  82.  
  83.       *******************************************************************
  84.       *             A U T O M A T I C   T E L E V I S I O N             *
  85.       *                      Computer/TV Solutions                      *
  86.       *                    VOICE (UK): 071 240 2073                     *
  87.       *******************************************************************
  88.  
  89.  
  90.